Skip to main content

Get File via FTPS

Description

Get a file with FTPS is a Process Entry in the File Transfer plugin for Process Studio Processes. Get a file with FTPS Process Entry gets files from a remote directory with FTP secure over SSL.

Configurations

No.Field NameDescription
1Process Entry nameSpecify a unique name for the process entry, on the workspace area. A process entry can be placed on the canvas several times; and each instance of the entry must have a unique name.
Server:
1FTP server name / IP addressThe name of the SFTP server or the IP address
2Server PortThe TCP port to use. This is usually 22
3User nameThe user name to log into the SFTP server
4PasswordThe password to log into the SFTP server
5Proxy hostProxy server host name
6Proxy portProxy server port number
7Proxy usernameProxy server account user name
8Proxy passwordProxy server account password
9Connection typeSelect from the list:

- FTP

- Implicit SSL

- Authentication SSL

- Implicit SSL with crypted FTP connection

- Authentication TLS

- Implicit TLS

- Implicit TLS with crypted FTP connection

Advanced:
10Binary mode?Enable if files must be transferred in binary mode
11TimeoutThe FTP server timeout in seconds
12Use active FTP connectionEnable if you are connecting to the FTP server using Active mode; you must set your firewall to accept connections to the port that your FTP client will open. The default is Passive mode.